func math.sqrt

2 uses

	math (current package)
		sqrt.go#L96: 	return sqrt(x)
		sqrt.go#L104: func sqrt(x float64) float64 {